home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr52 / ncclib.zip / SCRLBAR.DOC < prev   
Text File  |  1993-05-02  |  2KB  |  23 lines

  1. ┌──────────────────────────────────────────────────────────┬───────────────────┐
  2. │Instance Variables    Value      Description              │  hBar   vBar      │
  3. ├─────────────────┬─────────────┬──────────────────────────┴───────────────────┤
  4. │TopRow           │   <nExp>    │ Top row of bar                               │
  5. │LeftColumn       │   <nExp>    │ Left column of bar                           │
  6. │BottomRow        │   <nExp>    │ Bottom row of bar                            │
  7. │RightColumn      │   <nExp>    │ RightColumn of bar                           │
  8. │Bar100           │   <nExp>    │ Number indicating when bar is at max.        │
  9. │StandardColor    │   <cExp>    │ Color of bar                                 │
  10. │InverseColor     │   <cExp>    │ Color of indicator                           │
  11. └─────────────────┴─────────────┴──────────────────────────────────────────────┘
  12.  
  13. ┌──────────────────────────────────────────────────────────┬───────────────────┐
  14. │Methods                         Description               │  hBar   vBar      │
  15. ├──────────────────────────────┬───────────────────────────┴───────────────────┤
  16. │Activate()                    │ Activate Bar                                  │
  17. │Hide()                        │ Hide Bar                                      │
  18. │Show()                        │ Activate/Display Bar                          │
  19. │Update()                      │ Update bar with current pointer               │
  20. │Redraw()        N/A           │                                               │
  21. └──────────────────────────────┴───────────────────────────────────────────────┘
  22.  
  23.